home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / MAIL / MLIB.H < prev    next >
C/C++ Source or Header  |  1992-11-21  |  673b  |  25 lines

  1. /*
  2.    mlib.h
  3.  
  4.  
  5.    Update History:
  6.  
  7.       01 Oct 89      Add prototypes for Console_fgets, Is_Console    ahd
  8.       07 Sep 90      More prototypes                                 ahd
  9. */
  10.  
  11. extern int Get_One( void );
  12.  
  13. extern boolean Console_fgets(char *buff,
  14.                               int buflen, char *prompt);          /* ahd   */
  15.  
  16. int Invoke_Editor(const char *ecmd,
  17.                   const char *filename);
  18.  
  19. int L_invoke_pager(const char *ecmd,
  20.                    const char *filename);
  21.  
  22. extern boolean Is_Console(FILE *stream);                          /* ahd   */
  23.  
  24. extern void ClearScreen( void );                                  /* ahd   */
  25.